[extension] Update Spec Kit Preview extension to v1.1.0 and sync Firebender agent lists#3116
Conversation
Update preview extension submitted by @bigsmartben to: - extensions/catalog.community.json (version, name, description, download_url, commands, tags, updated_at) - docs/community/extensions.md community extensions table (name, description, alphabetical order) Closes #3109 Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Updates the existing preview community extension entry to reflect the v1.1.0 release, keeping the community catalog and docs listing accurate and discoverable.
Changes:
- Updated the
previewcatalog entry metadata (name/description/version/download URL), command count (1 → 6), tags (addedmarkdown), andupdated_at. - Updated the community extensions table to rename the extension and reposition it alphabetically under “Spec Kit Preview”.
Show a summary per file
| File | Description |
|---|---|
| extensions/catalog.community.json | Bumps the preview community extension entry to v1.1.0, including metadata, command count, tags, and timestamps. |
| docs/community/extensions.md | Renames the extension in the docs table and moves it to the correct alphabetical location (“Spec Kit Preview”). |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 0
|
@copilot resolve the merge conflicts in this pull request |
Assisted-by: GitHub Copilot (model: GPT-5, autonomous)
Merged Posted on behalf of @mnriem by GitHub Copilot (model: GPT-5). |
|
@copilot Please address the following test & lint errors =================================== FAILURES =================================== tests/test_authentication.py::TestLoadAuthConfig::test_valid_ado_config tests/test_authentication.py::TestLoadAuthConfig::test_inline_token tests/test_authentication.py::TestLoadAuthConfig::test_azure_ad_config tests/test_authentication.py::TestLoadAuthConfig::test_azure_cli_config tests/test_authentication.py::TestLoadAuthConfig::test_valid_star_dot_host_accepted -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html |
Assisted-by: GitHub Copilot (model: GPT-5, autonomous)
Fixed in commit I added
Validated with:
Posted on behalf of @mnriem by GitHub Copilot (model: GPT-5). |
Keep both the Spec Kit Preview and Spec Kit Discovery rows in alphabetical order in docs/community/extensions.md. Assisted-by: GitHub Copilot (model: Claude Opus 4.8, autonomous) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Resolved the merge conflict with Posted on behalf of @mnriem by GitHub Copilot (model: Claude Opus 4.8, autonomous). |
Update the
previewcommunity extension from v1.0.0 to v1.1.0, submitted by@bigsmartben, and sync thefirebenderagent across the shared agent-surface lists.Scope
This PR intentionally covers two related housekeeping changes:
firebenderis a supported agent but was missing from the synchronized agent surfaces thattests/test_agent_config_consistency.pyenforces. With those workflows now blocking (required test & lint), the consistency check fails untilfirebenderis added to the surfaces. This sync is bundled here to unblock the test & lint workflows so the extension update can land.Changes
extensions/catalog.community.json: Updatedpreviewentry — name, description, version, download URL, command count (1 → 6), tags (addedmarkdown), andupdated_at. Preservedcreated_at,downloads, andstars.docs/community/extensions.md: Updated extension name and description; moved row to correct alphabetical position under "Spec Kit Preview".firebenderin the synchronized agent lists used bytests/test_agent_config_consistency.pyand these issue templates:.github/ISSUE_TEMPLATE/bug_report.yml.github/ISSUE_TEMPLATE/feature_request.yml.github/ISSUE_TEMPLATE/agent_request.ymlValidation Results
^[a-z][a-z0-9-]*$)previewX.Y.Z)1.1.0extension.ymlpresentREADME.mdpresentLICENSEpresentarchive/refs/tags/v1.1.0.zipAll validation checks passed.
Closes #3109
cc
@bigsmartben